home *** CD-ROM | disk | FTP | other *** search
/ PC Electronics Plus 3 / PC Electronics Plus 3.iso / circan10 / dyza.txt < prev    next >
Encoding:
Text File  |  1997-03-05  |  2.5 KB  |  51 lines

  1. This program is one of the family of "autonavigation programs". It is
  2. intended to be a tool as a screw driver is. So you need not to read any
  3. manual. The only thing you have to do is to number nodes in the schematic
  4. diagram of the circuit being analyzed. The lowest number is 1, no number
  5. must be missed nor doubled.
  6.  
  7. The circuit can obtain these elements:
  8. R - resistor (a pair of nodes and value)
  9. C - capacitor (a pair of nodes and value)
  10. L - inductor (a pair of nodes and value of induction and resistance)
  11. E - voltage source (9 types - saw, rect., sinus, noise etc.)
  12. M - mutual induction (value of the mutual induction and position of both 
  13.     inductors)
  14. D - diode (a pair of nodes)
  15. O - op. amplifier (two input nodes, output and reference nodes and two
  16.     supply voltages)
  17. T - transistor (3 nodes and type - PNP, NPN, NMOS, PMOS)
  18. I - current source controlled by voltage (a pair of nodes, nodes for control
  19.     voltage and value [ma/V])
  20.  
  21.     ( See files '*.SCH'.     A T T E N T I O N  - use command 'TYPE name.SCH';
  22.      do not try to print it !!!! )
  23.  
  24. Be careful. The most common mistake is open loops. That means the current
  25. can't flow from one node to the next one until "going back".
  26.  
  27. If you chose 'Numeric', the program will compute voltage in all nodes at
  28. defined time. If you choose 'Graphic', you obtain a graph of the voltage
  29. depended upon the time in two chosen nodes. The graph can be saved on
  30. disk as a file 'name.OBR'. You may this file print out using program
  31. ZOBRAZ.EXE.
  32.  
  33. If you chose 'Change', you can change value of any element after typing its
  34. number. After typing number 0 you will remove one element, if you type
  35. number by 1 grater then the greatest item in the list of elements, you
  36. will add one element. Anyway you can't add new  t y p e   of element.
  37.  
  38. The list of all used elements (incl. its values) can be obtain. That list
  39. will be saved on the disk and its name will be 'name.DY#', where # is
  40. automatically chosen number from 0 to 9. That file can be printed out.
  41.    You can also save input data. That file will be named 'name.DYZ' and
  42. c a n n   n o t    be printed! (It is a picture of computer's memory
  43. only.). The actual list of files *.DYZ is displayed and arrows can be used
  44. to move to the next name.
  45.  
  46. Troubles may come by analyzing nonlinear circuits such as multivibrator.
  47. The program may impress to be frozen. It happens during nonlinear
  48. equations are solving and the solution does not convergate. In that case
  49. hit any key and choose greater iteration step. You may repeat it several
  50. times.
  51.